python -m pip install --upgrade pip setuptools wheel
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}